projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
127d290
65131ac
)
auto merge of #116 : Indiv0/cargo/typofix, r=alexcrichton
author
bors
<bors@rust-lang.org>
Fri, 4 Jul 2014 02:44:56 +0000
(
02:44
+0000)
committer
bors
<bors@rust-lang.org>
Fri, 4 Jul 2014 02:44:56 +0000
(
02:44
+0000)
Currently, the "single source" error appears like this, with missing whitespace:
lib/game-of-life $ cargo build --verbose
An unknown error occurred
Caused by:
At the moment, Cargo only supports asingle source for a particular package name (piston).
This fixes the typo.
Trivial merge